home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / turbovis / tvtool17.zip / KER.H < prev    next >
C/C++ Source or Header  |  1993-07-16  |  274b  |  14 lines

  1. #if ! defined(__KER_H)
  2. #define __KER_H
  3.  
  4. #include "trt.h"
  5.  
  6.  
  7. int      PROTO( c_open, (char *) );
  8. unsigned PROTO( c_close, (int) );
  9. unsigned PROTO( trans_ud, (int, BYTE *, int, BYTE *) );
  10. unsigned PROTO( wr_rd, (int) );
  11. void     PROTO( set_p1, (BYTE *) );
  12.  
  13. #endif
  14.